.footer_block1 {
  padding: 20px 0;
  background-color: #94070a;
}
.footer_block1 .footer {
  line-height: 1.5;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
}
.copy{
  text-align: left;
}
.code{
  max-width: 93px;
}
.code img{
  width: 100%;
}
.footer_block1 .copy span {
  margin: 0 8px;
  display: inline-block;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .footer_block1 {
    padding: 15px 0;
  }
  .footer_block1 .footer{
    flex-direction: column;
  }
  .copy{
    text-align: center;
  }
  .code{
    margin-top: 10px;
  }
}
